Return

Edit Task: SetPossibilityTimesReport

Format

SCHED / EditTask '<TaskName>' SetPossibilityTimesReport '<PossibilityName>' <# Times> <Times1> <Times2> ... <TimesN>

Description

The SetPossibilityTimesReport attribute under EditTask overrides and explicitly sets the list of report times for a possibility's timeslot's report list. This set of times is then used in calculating the final set of timeslots for this possibility. Previously existing times will not be deleted by this command.

Parameters

ParameterDescription
PossibilityNameA string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes.
# TimesAn integer value that indicates the number of time pair definitions contained within this command.
TimesN:Represents the start and stop times for a possibility report time. These times should be space delimited and in the same format as the times used in the Time Import Files. The format is YYYY/MM/DD_HH:MM:SS or YYYY/MM/DD_HH:MM:SS.fff.

Examples

Set 2 new time sets for the ResA possibility.

SCHED / EditTask 'TaskA' SetPossibilityTimesReport 'ResA' 2 2015/01/01_03:00:00 2015/01/01_03:45:00 2015/01/01_07:17:21 2015/01/01_12:00:00